projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
825dad8
)
*** empty log message ***
author
Andreas Schwab
<schwab@suse.de>
Tue, 1 Nov 2005 21:34:43 +0000
(21:34 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Tue, 1 Nov 2005 21:34:43 +0000
(21:34 +0000)
ChangeLog
patch
|
blob
|
history
src/ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index c0ba209aeac36e584ee50e69d11fe1ef6b665daf..16d6279feaa1f478370ab90150ce9f906cb90d48 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2005-11-01 Andreas Schwab <schwab@suse.de>
+
+ * Makefile.in (bootstrap): Fix dependencies for parallel build.
+ (bootfast): Likewise.
+
2005-11-01 Romain Francoise <romain@orebokech.com>
* configure.in: Check for gzip.
diff --git
a/src/ChangeLog
b/src/ChangeLog
index ad60555a0ff8e7cce068313d4adbd22500aa86cb..7a9d95c769a9698b4559c03a6cfb4530c3d13804 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,7
@@
+2005-11-01 Andreas Schwab <schwab@suse.de>
+
+ * unexelf.c (unexec): Handle .plt section in BSS segment.
+
2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
* lread.c (readevalloop): Yet another int/Lisp_Object mixup (YAILOM).